home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / cosh.z / cosh
Encoding:
Text File  |  2002-10-03  |  2.1 KB  |  58 lines

  1. COSH(3I)                                              Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      CCOOSSHH, DDCCOOSSHH, QQCCOOSSHH - Computes hyperbolic cosine
  6.  
  7. SSYYNNOOPPSSIISS
  8.      CCOOSSHH (([XX==]_x))
  9.      DDCCOOSSHH (([XX==]_x))
  10.      QQCCOOSSHH (([XX==]_x))
  11.  
  12. IIMMPPLLEEMMEENNTTAATTIIOONN
  13.      UNICOS, UNICOS/mk, IRIX systems
  14.  
  15.      CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
  16.  
  17. SSTTAANNDDAARRDDSS
  18.      Fortran
  19.  
  20.      Fortran extension:  QQCCOOSSHH
  21.  
  22. DDEESSCCRRIIPPTTIIOONN
  23.      CCOOSSHH is the generic function name; the others are specifics.  CCOOSSHH,
  24.      DDCCOOSSHH, and QQCCOOSSHH are elemental intrinsic functions.  These are
  25.      elemental functions.  They accept the following argument:
  26.  
  27.      _x         Must be of type real.  The type and kind type of _x is
  28.                identical to the type and kind type of the return value.
  29.                See the RETURN VALUES section for more information on input
  30.                data types and return values.
  31.                                               _x    -_x
  32.      These functions evaluate _y = cosh(_x) = (_e  + _e  ) / 2.
  33.  
  34. NNOOTTEESS
  35.      The CCOOSSHH and DDCCOOSSHH intrinsic function names can be passed as
  36.      arguments; the other cannot.
  37.  
  38.      On CRAY T90 systems that support IEEE arithmetic, the following return
  39.      values occur:
  40.  
  41.           CCOOSSHH((_x)) = infinity if |_x| > 709.78
  42.  
  43.           CCOOSSHH((_x)) = NaN if _x = NaN
  44.  
  45. RREETTUURRNN VVAALLUUEESS
  46.      CCOOSSHH returns the single-precision real hyperbolic cosine of its
  47.      single-precision real argument.
  48.  
  49.      DDCCOOSSHH returns the double-precision real hyperbolic cosine of its
  50.      double-precision real argument.
  51.  
  52.      QQCCOOSSHH returns the quad-precision real hyperbolic cosine of its
  53.      quad-precision real argument.
  54.  
  55. SSEEEE AALLSSOO
  56.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  57.      man page.
  58.